body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #1f1f1f, #1a1a1a);
  background-attachment: fixed; }
  body .wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    max-width: 500px;
    height: 100%; }

.panel {
  position: fixed;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 60px);
  max-width: calc(500px - 60px); }
  .panel .panel__btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #ccc;
    background-color: #1a1a1ae0;
    border: 1px solid #0FBF9F;
    -webkit-box-shadow: inset 0 0 0 2px #1a1a1a, inset 0 0 0 4px #0FBF9F;
            box-shadow: inset 0 0 0 2px #1a1a1a, inset 0 0 0 4px #0FBF9F;
    border-radius: 50%;
    font-family: 'Manjari', sans-serif;
    text-align: center;
    text-decoration: none; }

.panel .panel__btn--pause {
  color: #1a1a1a;
  background-color: #0FBF9F; }

.time {
  position: fixed;
  bottom: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  width: calc(100% - 60px);
  max-width: calc(500px - 60px);
  height: 70px;
  background-color: #1a1a1ae0;
  border: 1px solid #0FBF9F;
  -webkit-box-shadow: inset 0 0 0 2px #1a1a1a, inset 0 0 0 4px #0FBF9F;
          box-shadow: inset 0 0 0 2px #1a1a1a, inset 0 0 0 4px #0FBF9F;
  border-radius: 50px;
  text-align: center; }
  .time .time__span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 70px;
    color: #ccc;
    font-family: 'Manjari', sans-serif;
    font-size: 30px; }

.scoresList .scoresList__ul {
  margin-bottom: 230px;
  width: 100%;
  padding-left: 0; }
  .scoresList .scoresList__ul .scoresList__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    list-style: none; }
    .scoresList .scoresList__ul .scoresList__li .scoresList__div {
      color: #999;
      font-family: 'Manjari', sans-serif;
      text-align: right; }

.scoresList .scoresList__ul .scoresList__li:nth-of-type(1) .scoresList__div {
  color: #fff; }

.scoresList .scoresList__li .scoresList__div .scoresList__div--number {
  width: 30px;
  text-align: left; }
/*# sourceMappingURL=style.css.map */